JavaScript

A5.ControlBarItem Edit Object

Description

Definition of an edit.

Properties

typestring

The type of item. For an edit item the value must be "edit".

sizestring

The size of the item.

updatestring

When to update the bound value. The default value is "default", which updates the bound value on every key press. A value of "done" will only update the bound value when the user hit the ENTER key, or leaves the control.

settingsobject

The settings for the edit.

themestring

The theme to use for the edit.

stylestring

The inline CSS to put on the edit.

classNamestring

The class name to put on the edit.

watermarkobject

The settings for the edit watermark.

classNamestring

The class name to put on the edit when showing the watermark.

textstring

The text to display in the edit when there is no value.

bindobject

Bindings for the item.

valuestring

The path to the property in the data that the value for the edit is stored.

showstring

The show expression for the item.